All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h English (en) | === [[Cereate database that could handle IDN and EAI]] === '''# CREATE TABLE IF NOT EXISTS accounts ( ''' ''' `id` int(11) NOT NULL AUTO_INCREMENT, ''' `username` varchar(50) NOT NULL, ''' `password` varchar(255) NOT NULL, ''' `email` varchar(100) NOT NULL, ''' `activation_code` varchar(50) DEFAULT '', ''' PRIMARY KEY (`id`) ''' ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;''' |
h ไทย (th) | === [[สร้างฐานข้อมูลที่รองรับ IDN และ EAI]] === '''CREATE TABLE IF NOT EXISTS accounts ( ''' ''' `id` int(11) NOT NULL AUTO_INCREMENT, ''' `username` varchar(50) NOT NULL, ''' `password` varchar(255) NOT NULL, ''' `email` varchar(100) NOT NULL, ''' `activation_code` varchar(50) DEFAULT '', ''' PRIMARY KEY (`id`) ''' ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;''' |