Login   Register  
PHP Classes
elePHPant
Icontem

File: app/MyFirstBlog/_database/create-table.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gjero Krsteski  >  PIMF  >  app/MyFirstBlog/_database/create-table.sql  >  Download  
File: app/MyFirstBlog/_database/create-table.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PIMF
Framework for Web application development
Author: By
Last change:
Date: 2012-09-26 02:12
Size: 105 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS blog (
  id INTEGER PRIMARY KEY AUTOINCREMENT,
  title TEXT,
  content TEXT
);