Create table

CREATE TABLE table_name (id INT(11) NOT NULL AUTO_INCREMENT, column1 VARCHAR(64), create_date DATETIME NOT NULL, update_date TIMESTAMP, PRIMARY KEY (id));

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.