- -- This syntax is Web SQL specific
- CREATE TABLE users (
- id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
- name VARCHAR(50) NOT NULL UNIQUE,
- birth_date DATE NOT NULL,
- created_at DATETIME DEFAULT CURRENT_TIMESTAMP
- );
SQL Auto Initialization Of Date And Time – MYsql Code |
---|
|
SQL Auto Initialization Of Date And Time
|
Published: | September 28, 2020 |
Author: | admin |
Category: | SQL Advanced, SQL Source Code |
Views: | 28 |
This article was posted in SQL Advanced, SQL Source Code and tagged Exercise SQL Auto Initialization Of Date And Time, How to write SQL Auto Initialization Of Date And Time, SQL Auto Initialization Of Date And Time - SQL Example. Bookmark the permalink. Follow comments with the RSS feed for this post.Post a Comment or leave a trackback: Trackback URL.
|
|