Skip to content

Commit

Permalink
Add member_mysql.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Mar 10, 2013
1 parent 44172f9 commit 14b1ca3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/schema/member_mysql.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
DROP TABLE IF EXISTS member;
CREATE TABLE member (
id integer primary key auto_increment,
name varchar(128) ,
phone varchar(128) ,
country varchar(128),
confirmed boolean
);

0 comments on commit 14b1ca3

Please sign in to comment.