LuckyCoinkydink/sql/db_update_1.1-alpha3_1.1-alpha4_mysql.sql
2006-08-02 10:07:34 +00:00

8 lines
187 B
SQL

create table {PREFIX}options (
name varchar(255) not null,
value text not null,
okey varchar(64) not null default ''
) {UTF_8};
CREATE INDEX options_idx ON {PREFIX}options (okey);