Change 'integerLength' in schema to 'dataLength'
This commit is contained in:
Vendored
+4
-1
@@ -213,7 +213,10 @@ export type BUN_MARIADB_FieldSchemaType = {
|
||||
onDelete?: string;
|
||||
onDeleteLiteral?: string;
|
||||
cssFiles?: string[];
|
||||
integerLength?: string | number;
|
||||
/**
|
||||
* Datatype length. Eg 255 for VARCHAR
|
||||
*/
|
||||
dataLength?: string | number;
|
||||
decimals?: string | number;
|
||||
code?: boolean;
|
||||
options?: (string | number)[];
|
||||
|
||||
Reference in New Issue
Block a user