1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
table_create Names TABLE_NO_KEY
[[0,0.0,0.0],true]
table_create Users TABLE_HASH_KEY ShortText
[[0,0.0,0.0],true]
column_create Users name COLUMN_VECTOR Names
[[0,0.0,0.0],true]
table_remove Names
[
[
[
-2,
0.0,
0.0
],
"[table][remove] a column that references the table exists: <Users.name> -> <Names>"
],
false
]
#|e| [table][remove] a column that references the table exists: <Users.name> -> <Names>
dump
table_create Names TABLE_NO_KEY
table_create Users TABLE_HASH_KEY ShortText
column_create Users name COLUMN_VECTOR Names
|