generated from alecodes/base-template
feat: expand readeck example
This commit is contained in:
parent
28fa3ed3cc
commit
18c277fa7d
3 changed files with 168 additions and 16 deletions
|
|
@ -109,6 +109,7 @@ func (conn *DB) bootstrap() error {
|
|||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
_class text NOT NULL,
|
||||
name TEXT,
|
||||
external_id TEXT,
|
||||
metadata jsonb DEFAULT '{}',
|
||||
original_data jsonb DEFAULT '{}'
|
||||
);
|
||||
|
|
|
|||
Reference in a new issue