Current Path : /proc/self/root/opt/cpanel/ea-php56/root/usr/share/pear/RVSeagullMod/etc/ |
Current File : //proc/self/root/opt/cpanel/ea-php56/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) );