Delte button + create wool from modal
This commit is contained in:
parent
aa25288c3e
commit
732042255a
8 changed files with 52 additions and 29 deletions
|
|
@ -13,7 +13,7 @@ class Wolle extends Table {
|
|||
IntColumn get id => integer().autoIncrement()();
|
||||
TextColumn get manufacture => text()();
|
||||
TextColumn get title => text()();
|
||||
TextColumn get color => text().withLength(min: 7, max: 7)();
|
||||
IntColumn get color => integer()();
|
||||
}
|
||||
|
||||
class TempRange extends Table {
|
||||
|
|
|
|||
Reference in a new issue