|
| 1 | +/* |
| 2 | + * This file is part of QLBase (https://github.com/nthnn/QLBase). |
| 3 | + * Copyright 2024 - Nathanne Isip |
| 4 | + * |
| 5 | + * Permission is hereby granted, free of charge, |
| 6 | + * to any person obtaining a copy of this software |
| 7 | + * and associated documentation files (the “Software”), |
| 8 | + * to deal in the Software without restriction, |
| 9 | + * including without limitation the rights to use, copy, |
| 10 | + * modify, merge, publish, distribute, sublicense, and/or |
| 11 | + * sell copies of the Software, and to permit persons to |
| 12 | + * whom the Software is furnished to do so, subject to |
| 13 | + * the following conditions: |
| 14 | + * |
| 15 | + * The above copyright notice and this permission notice |
| 16 | + * shall be included in all copies or substantial portions |
| 17 | + * of the Software. |
| 18 | + * |
| 19 | + * THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF |
| 20 | + * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED |
| 21 | + * TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A |
| 22 | + * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT |
| 23 | + * SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR |
| 24 | + * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
| 25 | + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 26 | + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE |
| 27 | + * OR OTHER DEALINGS IN THE SOFTWARE. |
| 28 | + */ |
| 29 | + |
1 | 30 | CREATE TABLE `accounts` (
|
2 | 31 | `id` int(11) PRIMARY KEY AUTO_INCREMENT,
|
3 | 32 | `name` varchar(255) NOT NULL,
|
|
0 commit comments