Dec 09 2010

A table that should exist in all projects with a database

A table that should exist in all projects with a database

create table schema\_version ( `when` timestamp not null default CURRENT\_TIMESTAMP, `key` varchar(256) not null, `extra` varchar(256), primary key (`key`) )
  • #sql