This commit is contained in:
Moshe Dicker 2024-04-17 16:10:31 -04:00
parent 3bae9cf5eb
commit 5a9e783030
1 changed files with 1 additions and 1 deletions

View File

@ -230,4 +230,4 @@ class Group extends Table {
IntColumn get id => integer().autoIncrement()();
TextColumn get name => text()();
}
// #enddocregion reference_name_example
// #enddocregion reference_name_example