foreveralone

foreveralone Git Source Tree


Root/web/application/migrations/3.php

<?php

use \vendor\DB\DB;

DB::query("CREATE TABLE settings
(
    id INTEGER PRIMARY KEY,
    setting TEXT,
    value TEXT
);");

Archive Download this file

Branches

Tags

Number of commits:
Page rendered in 0.48249s using 11 queries.