PHP Classes

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

Recommend this page to a friend!
  Classes of Gjero Krsteski   PHP Nuclear Reactor   app/Articles/_database/create-table.sql   Download  
File: app/Articles/_database/create-table.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Nuclear Reactor
Asynchronous RESTful API using ReactPHP and PIMF
Author: By
Last change: Update of app/Articles/_database/create-table.sql
Date: 5 years ago
Size: 106 bytes
 

Contents

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