1 | CREATE TABLE `transpiled_old` ( |
2 | `c_id` int(11) NOT NULL AUTO_INCREMENT, |
3 | `c_sourceid` int(11) NOT NULL, |
4 | `c_compile_begin` datetime NOT NULL, |
5 | `c_compile_end` datetime NOT NULL, |
6 | `c_machine` varchar(20) NOT NULL, |
7 | `c_userid` int(11) NOT NULL, |
8 | `c_java_source` longtext NOT NULL, |
9 | `c_libraries` text NOT NULL, |
10 | PRIMARY KEY (`c_id`), |
11 | KEY `c_sourceid` (`c_sourceid`) |
12 | ) ENGINE=MyISAM DEFAULT CHARSET=latin1; |
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010949 |
Snippet name: | create table transpiled_old |
Eternal ID of this version: | #1010949/1 |
Text MD5: | 21ce2dfdb4d0e540b214ccdeedf570a3 |
Author: | stefan |
Category: | javax / db |
Type: | Document |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-09 20:12:43 |
Source code size: | 426 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 448 / 117 |
Referenced in: | [show references] |