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
Ready to Switch to eZbloo?
Basic eZbloo Plan $15 a month- Perfect for Low traffic and new startups
Premium eZbloo Plan $45 a month- Perfect for High Traffic Sites
Any Questions?: Contact me here!
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