To create a new table with columns use this command. #terminal #mysql
CREATE TABLE [table] ([column] VARCHAR(120), [another-column] DATETIME);Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408
To create a new table with columns use this command. #terminal #mysql
CREATE TABLE [table] ([column] VARCHAR(120), [another-column] DATETIME);Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408