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

14
LINES

< > BotCompany Repo | #1011902 // H2 Tables

Document

drop table symbol;
create table symbol (
  id int auto_increment primary key,
  name text not null
);

create index on symbol (name); // doesn't work

create table triple (
  globalID varchar(16) primary key,
  a int,
  b int,
  c int
);

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: #1011902
Snippet name: H2 Tables
Eternal ID of this version: #1011902/3
Text MD5: a6386c163e98a923a7f444c4c0c94b22
Author: stefan
Category: javax / a.i.
Type: Document
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-09 10:52:31
Source code size: 250 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 310 / 85
Version history: 2 change(s)
Referenced in: [show references]