feat(database): Improve database definition to add sizes
This commit is contained in:
parent
ec0aa5654c
commit
a3c1bae6db
6 changed files with 38 additions and 30 deletions
|
|
@ -5,6 +5,7 @@ export type DatabaseColumnDefinition = {
|
|||
autoIncrement?: boolean;
|
||||
notNull?: boolean;
|
||||
options?: string;
|
||||
size?: number;
|
||||
}
|
||||
|
||||
export type DatabaseDefinition = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue