Current Path : /opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/etc/ |
Current File : //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/etc/sequence.my.sql |
/*==============================================================*/ /* Table: sequence */ /*==============================================================*/ create table if not exists sequence ( name varchar(64) not null, id bigint, primary key (name) );