Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

12
LINES

< > BotCompany Repo | #1010949 // create table transpiled_old

Document

CREATE TABLE `transpiled_old` (
  `c_id` int(11) NOT NULL AUTO_INCREMENT,
  `c_sourceid` int(11) NOT NULL,
  `c_compile_begin` datetime NOT NULL,
  `c_compile_end` datetime NOT NULL,
  `c_machine` varchar(20) NOT NULL,
  `c_userid` int(11) NOT NULL,
  `c_java_source` longtext NOT NULL,
  `c_libraries` text NOT NULL,
  PRIMARY KEY (`c_id`),
  KEY `c_sourceid` (`c_sourceid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

download  show line numbers   

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: 392 / 96
Referenced in: [show references]