PHP Classes

File: storage/database/migrations.sql

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Utility Web PHP API   storage/database/migrations.sql   Download  
File: storage/database/migrations.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Utility Web PHP API
API to retrieve movie details and other resources
Author: By
Last change:
Date: 3 years ago
Size: 225 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS messages ( id INTEGER PRIMARY KEY AUTOINCREMENT, name VARCHAR(250) NOT NULL, email VARCHAR(500) NOT NULL, message TEXT(5000) NOT NULL, time INTEGER(15) NOT NULL );