mirror of https://github.com/AMT-Cheif/drift.git
fix example
This commit is contained in:
parent
3da53c1773
commit
216f583617
|
@ -21,7 +21,6 @@ class TodoCategory extends Table {
|
|||
class Users extends Table {
|
||||
IntColumn get id => integer().autoIncrement()();
|
||||
TextColumn get name => text()();
|
||||
IntColumn get groupId => integer().nullable().references(Groups, #id)();
|
||||
}
|
||||
|
||||
class Groups extends Table {
|
||||
|
|
Loading…
Reference in New Issue