3 lines
51 B
SQL
3 lines
51 B
SQL
-- Some new stuff
|
|
ALTER TABLE bob ADD age INTEGER;
|
-- Some new stuff
|
|
ALTER TABLE bob ADD age INTEGER;
|