This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Table "public.app" | |
| Column | Type | Modifiers | |
| ---------------------------+------------------------+------------------------------------------------------------------------------- | |
| app_id | bigint | not null default nextval('app_app_id_seq'::regclass) | |
| stripe_id | character varying(255) | | |
| discount | character varying(255) | | |
| free_trial_end | bigint | not null default (date_part('epoch'::text, now()) * (1000)::double precision) | |
| name | character varying(255) | | |
| email | character varying(255) | | |
| time | bigint | default (date_part('epoch'::text, now()) * (1000)::double precision) |
OlderNewer