home / assisted

nc_evolutions

✎ View and edit SQL

This data as json

0 records

CREATE TABLE `nc_evolutions` (`id` integer not null primary key autoincrement, `title` varchar(255) not null, `titleDown` varchar(255) null, `description` varchar(255) null, `batch` integer null, `checksum` varchar(255) null, `status` integer null, `created` datetime, `created_at` datetime, `updated_at` datetime);
Powered by Datasette · Queries took 1680.105ms