mirror of
https://github.com/pressly/goose.git
synced 2025-07-10 04:29:25 +00:00
6 lines
103 B
SQL
6 lines
103 B
SQL
CREATE TABLE emp (
|
|
empname text,
|
|
salary integer,
|
|
last_date timestamp,
|
|
last_user text
|
|
); |