5 lines
59 B
SQL
5 lines
59 B
SQL
CREATE TABLE users (
|
|
id text,
|
|
name text,
|
|
password text
|
|
) |