Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created March 4, 2009 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mariuz/73741 to your computer and use it in GitHub Desktop.
Save mariuz/73741 to your computer and use it in GitHub Desktop.
CREATE TABLE posts (
id BIGINT NOT NULL PRIMARY KEY,
name VARCHAR(255),
title VARCHAR(255),
content VARCHAR(255),
timestamps timestamp
);
CREATE GENERATOR POSTS_SEQ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment