Skip to content

Instantly share code, notes, and snippets.

@memorycraft
Created September 21, 2011 08:11
Show Gist options
  • Select an option

  • Save memorycraft/1231535 to your computer and use it in GitHub Desktop.

Select an option

Save memorycraft/1231535 to your computer and use it in GitHub Desktop.
create table gift(
id int auto_increment,
name varchar(255),
description text,
created_at datetime not null,
primary key(id)
)engine=InnoDB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment