| MyVideos48 |
| Table "country" |
![]() |
| System: | ![]() |
| Field | Data type | PK | FK | Not Null | Default | Collate | Check | On Conflict |
|---|---|---|---|---|---|---|---|---|
| idCountry | integer | ![]() |
||||||
| strCountry | text |
CREATE TABLE country (
idCountry integer PRIMARY KEY,
strCountry text
);
![]() |
| Generated by ""SQLite Maestro Professional"" at 08.07.2021 23:49:20 |