Skip to content

Commit a3ea67c

Browse files
chore: wip
1 parent a28e825 commit a3ea67c

File tree

8 files changed

+2129
-614
lines changed

8 files changed

+2129
-614
lines changed

storage/framework/core/actions/src/database/fields.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const fieldAssociation: { [key: string]: { [key: string]: string } } = {
77
text: 'text',
88
},
99
sqlite: {
10-
string: 'text',
11-
enum: 'text',
10+
string: 'varchar',
11+
enum: 'varchar',
1212
number: 'integer',
1313
boolean: 'boolean',
1414
text: 'text',

storage/framework/core/actions/src/orm/base.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)