created tables
This commit is contained in:
6
lib/data/tables/game_table.dart
Normal file
6
lib/data/tables/game_table.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:drift/drift.dart';
|
||||
|
||||
class GameTable extends Table {
|
||||
IntColumn get id => integer().autoIncrement()();
|
||||
TextColumn get name => text()();
|
||||
}
|
||||
Reference in New Issue
Block a user