Skip to content

Instantly share code, notes, and snippets.

@linhvovn
Created February 1, 2019 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linhvovn/3a544935f85d1f36b433fa9845d84f73 to your computer and use it in GitHub Desktop.
Save linhvovn/3a544935f85d1f36b433fa9845d84f73 to your computer and use it in GitHub Desktop.
create table IF NOT EXISTS languages (
id integer auto_increment,
locale varchar(2),
messagekey varchar(255),
messagecontent varchar(255),
primary key (id)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment